#slider {
    height: 500px;
    width: 100%;
    background-color: #fff;
}

#slider .mySlides {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: none;
    overflow: hidden;
}


/* Button Setup  */

#slider #information {
    border-top: 1px solid silver;
    height: 120px;
    position: relative;
    margin-top: -120px;
    padding-left: 170px;
    padding-right: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#slider #information button {
    height: 60px;
    width: 60px;
    background-color: var(--txt-color4);
    margin-left: 10px;
}

#slider #information button:hover {
    background-color: #b9b9b9;
}

#slider #information button i {
    font-size: 15px;
    color: #222222;
}

#slider #information .common {
    align-items: center;
    padding-right: 50px;
    border-right: 1px solid silver;
    height: 100%;
}

#slider #information .common .logo {
    margin-right: 10px;
}

#slider #information .common .logo i {
    font-size: 35px;
    color: var(--txt-color2);
}

#slider #information .common .text {
    font-family: var(--txt-font2);
}

#slider #information .common .text .smallH {
    font-size: 0.8rem;
    color: silver;
}

#slider #information .common .text .bigH {
    font-size: 1rem;
    font-weight: bold;
    color: silver;
}

@media (max-width: 1100px) {
    #slider #information .common .logo i {
        font-size: 20px;
    }
    #slider #information .common .text .small {
        font-size: 0.3rem;
    }
    #slider #information .common .text .bigH {
        font-size: 0.8rem;
    }
    #slider #information {
        padding-left: 110px;
        padding-right: 110px;
    }
    #slider #information button {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    #slider {
        height: 300px;
    }
    #slider #information .common .logo i {
        font-size: 17px;
        margin-left: 5px;
    }
    #slider #information .common .text .small {
        font-size: 0.2rem;
    }
    #slider #information .common .text .bigH {
        font-size: 0.6rem;
    }
    #slider #information {
        height: 80px;
        padding-left: 50px;
        margin-top: -80px;
        padding-right: 40px;
    }
    #slider #information button {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 700px) {
    #slider {
        height: fit-content;
    }
    #slider .mySlides {
        height: 300px;
    }
    #slider #information {
        border: none;
        align-items: flex-start;
        justify-content: flex-start;
        margin-left: -2rem;
        padding-right: -10px;
    }
    #slider #information .common {
        border: none;
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(122, 122, 122, 0.2);
        padding-bottom: 10px;
    }
    #slider #information .common .logo i {
        font-size: 30px;
        margin-left: 5px;
    }
    #slider #information .common .text .small {
        font-size: 1rem;
        color: var(--txt-color3);
    }
    #slider #information .common .text .bigH {
        font-size: 1.1rem;
        color: var(--txt-color4);
    }
    #slider #information {
        height: fit-content;
        padding-left: 50px;
        margin-top: 0px;
        padding-right: 40px;
        flex-direction: column;
    }
    #slider #information button {
        width: 35px;
        height: 35px;
    }
    #slider #information #buttons {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0px !important;
        padding: 0px !important;
        margin-top: -5rem !important;
        margin-bottom: 3rem !important;
        z-index: 0;
    }
    #slider #information #buttons button {
        height: 50px;
        width: 50px;
    }
}